Spell and link check#2792
Conversation
jaidev17
commented
Jan 17, 2026
- Create new workflow - Spelling and Hyperlinks Check; and removed the old Check Code Quality workflow.
- Create new spell-and-link-check.yml workflow with inline results display.
- Disable content-checks.yml legacy workflow (preserved for reference)
- Update .wordlist.txt: added valid technical terms
…list - Create new spell-and-link-check.yml workflow with inline results display - Add ANSI color code stripping for clean HTML link check output - Disable content-checks.yml legacy workflow (preserved for reference) - Update .wordlist.txt: add 26 valid technical terms, remove 18 typos
annietllnd
left a comment
There was a problem hiding this comment.
Changes look great, thank you! If you could go through the remaining spell check issues and address them in the content, or add it to the list: https://github.com/ArmDeveloperEcosystem/arm-learning-paths/actions/runs/21184353851
For example, avilable is a spelling error, but something like pthread would be a word to add. Feel free to make your own assessment and let me know if you need some guidance on some of them :) You can open a new PR for this.
Thank you so much!
|
@annietllnd Likely the misspelled words are in draft articles. I usually don't fix them while in draft because it will cause a conflict if the review is in process, and they will almost always be fixed during editorial. A new feature idea would be to filter out the spelling errors for articles that are in draft mode so we just ignore them. Basically, only spell check the non-draft articles. |